home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
xarchie-2.0.9
/
FWF
/
FileChooser
/
Imakefile
< prev
next >
Wrap
Makefile
|
1995-06-18
|
426b
|
19 lines
#
# Imakefile for FileChooser
#
# Note that this Imakefile is just sufficient to build the FileChooser
# for use with xarchie. The original FWF distribution contains a more
# elaborate Imakefile for a variety of purposes. See the file ../README.
#
# George Ferguson, ferguson@cs.rochester.edu, 28 Jan 1993.
#
SRCS = FChooser.c
OBJS = FChooser.o
INCLUDES = -I. -I../Dir
NormalLibraryTarget(FChooser,$(OBJS))
DependTarget()